home *** CD-ROM | disk | FTP | other *** search
/ MykoCD / CD [MykoCD].bin / mykocd.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2002-03-18  |  823 b   |  56 lines

  1. A { 
  2. text-decoration: none; 
  3. }
  4.  
  5. A:LINK {
  6.     color : #006400;
  7. }
  8.  
  9. A:Visited {
  10.     color :  #006400;
  11. }
  12.  
  13. A:Hover {
  14.     background : #FFFF00;
  15.     color :#006400;
  16. }
  17.  
  18. A:Active {
  19.     color : Red;
  20. }
  21.  
  22. BODY     {
  23.     background-color : #FFFFFF;
  24. }
  25.  
  26. P {
  27.     font-family : "Times New Roman", times, serif;
  28.     font-style : normal;
  29. }
  30.  
  31. P.footer {
  32.     font-family : verdana, helvetica, arial, sans-serif;
  33.     font-size : 60%;
  34. }
  35.  
  36.  
  37. SPAN.title {
  38.     font-family : verdana, helvetica, arial, sans-serif;
  39.     font-size : 150%;
  40.     font-weight : bold;
  41.     color : #990033;
  42. }
  43.  
  44. SPAN.text {
  45.     color : #0000CD;
  46.     font-family : verdana, helvetica, arial, sans-serif;
  47.     font-size : 110%;
  48.     font-weight : normal;
  49. }
  50.  
  51. SPAN.text_sm {
  52.     color : #0000CD;
  53.     font-family : verdana, helvetica, arial, sans-serif;
  54.     font-size : 105%;
  55.     font-weight : normal;
  56. }